GtkBox: Fix an off-by-one error with center allocation
authorMatthias Clasen <mclasen@redhat.com>
Wed, 19 Feb 2014 03:55:45 +0000 (22:55 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 19 Feb 2014 03:55:45 +0000 (22:55 -0500)
commite679812be0be787d742c029d24d8c70bf54b88f7
treec33970bfc69603ab17bb70f84da6f269c047f09d
parentbb4f8d8ce1961c2d7cb10d198803b4cea6da7b03
GtkBox: Fix an off-by-one error with center allocation

This error was causing children to not get allocated when
the center widget is the first one in the list of the box's
children.
gtk/gtkbox.c